Layouts help you to customize the main view of your app. There is 14 different layout views and we made it really simple to change layouts, by simply changing a class name your entire layout will change automatically and adopt to any screen.
This is the default MegaDin layout style.
...
...
...
To get this layout, add the class ui-content-compact to the id="content"
...
...
...
To get this layout, add the class ui-aside--light to the id="aside"
...
...
To get this layout, add the class ui-content-aside-overlay to the id="content"
...
...
To get this layout, add the class ui-aside-compact to the id="ui"
...
To get this layout, first add the class ui-aside-compact to the id="ui", second add the class ui-content-compact to the id="content"
...
...
...
To get this layout, add the class ui-aside--dark to the id="aside"
...
...
To get this layout, add the class navbar-header--default to the id="header" > navbar-header
...
To get this layout, first add the class ui-fullWhith to the id="ui", second add the class u-padding0 to the id="content" > ui-content-body
...
...
...
To get this layout, add the class navbar-header--dark to the id="header" > navbar-header
...
To get this layout, add the class box-page-bg to the body
...
To get this layout, add the class ui-header--green text-white to the id="header"
...
...
To get this layout, add the class ui-header--purple text-white to the id="header"
...
...
To get this layout, add the class ui-header--blue text-white to the id="header"
...
...
To get this layout, add the class ui-header--dark text-white to the id="header"
...
...